home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / engclock_v7.0 / engclock7_source / speak.c < prev    next >
C/C++ Source or Header  |  1995-12-20  |  88b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. extern short talk(char *text);
  4.  
  5. main() {
  6.     talk("/HEH4LOW WER4LD");
  7. }